ArcPad Photo Layer File Schema
TOOLBAR Element
See Also  Send comments on this topic.
ArcPad Photo Layer File Schema : TOOLBAR Element

Glossary Item Box

Description

Used to define a toolbar.

Diagram

TOOLBUTTON Element SEPARATOR Element Sequence TOOLBAR Element

Overview

TOOLBAR
Used to define a toolbar.
buttonsize optional Restriction of xs:int
Specifies the scale factor for the size of toolbar buttons on this toolbar. For example, a value of 2 makes toolbar buttons twice as large as the standard size (16X16). This setting overrides the buttonsize attribute in the DISPLAY element (in ArcPadPrefs.apx).
caption optional xs:string
image optional xs:string
name optional xs:string
visible optional Restriction of xs:string
Sequence
SEPARATOR 1..∞
TOOLBUTTON 1..∞
command optional xs:string
image optional xs:string
name optional xs:string
shortcut optional xs:string
onclick optional xs:string
Specify the script to run when this event occurs.
onpointerdown optional xs:string
Specify the script to run when this event occurs.
onpointermove optional xs:string
Specify the script to run when this event occurs.
onpointerup optional xs:string
Specify the script to run when this event occurs.
prompt optional xs:string
tooltip optional xs:string
Sequence
MENUITEM 1..∞
caption optional xs:string
command optional xs:string
image optional xs:string
name optional xs:string
onclick optional xs:string
Specify the script to run when this event occurs.
onpointerdown optional xs:string
Specify the script to run when this event occurs.
onpointermove optional xs:string
Specify the script to run when this event occurs.
onpointerup optional xs:string
Specify the script to run when this event occurs.
promote optional Restriction of xs:string
prompt optional xs:string
shortcut optional xs:string

Attributes

NameTypeUseDefaultFixedDescription
buttonsizeRestriction of xs:intoptional1 Specifies the scale factor for the size of toolbar buttons on this toolbar. For example, a value of 2 makes toolbar buttons twice as large as the standard size (16X16). This setting overrides the buttonsize attribute in the DISPLAY element (in ArcPadPrefs.apx).
captionxs:stringoptional   
imagexs:stringoptional   
namexs:stringoptional   
visibleRestriction of xs:stringoptionalfalse  

Source

<xs:element name="TOOLBAR" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="SEPARATOR">
        <xs:complexType />
      </xs:element>
      <xs:element maxOccurs="unbounded" name="TOOLBUTTON">
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" name="MENUITEM">
              <xs:complexType>
                <xs:attribute ref="caption" />
                <xs:attribute ref="command" />
                <xs:attribute ref="image" />
                <xs:attribute ref="name" />
                <xs:attribute ref="onclick" />
                <xs:attribute ref="onpointerdown" />
                <xs:attribute ref="onpointermove" />
                <xs:attribute ref="onpointerup" />
                <xs:attribute default="false" name="promote">
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:enumeration value="true" />
                      <xs:enumeration value="false" />
                    </xs:restriction>
                  </xs:simpleType>
                </xs:attribute>
                <xs:attribute ref="prompt" />
                <xs:attribute ref="shortcut" />
              </xs:complexType>
            </xs:element>
          </xs:sequence>
          <xs:attribute ref="command" />
          <xs:attribute ref="image" />
          <xs:attribute ref="name" />
          <xs:attribute ref="shortcut" />
          <xs:attribute ref="onclick" />
          <xs:attribute ref="onpointerdown" />
          <xs:attribute ref="onpointermove" />
          <xs:attribute ref="onpointerup" />
          <xs:attribute ref="prompt" />
          <xs:attribute ref="tooltip" />
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute ref="buttonsize" />
    <xs:attribute ref="caption" />
    <xs:attribute ref="image" />
    <xs:attribute ref="name" />
    <xs:attribute ref="visible" />
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.